home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-15 / phbench.zip / RUN-ALL.SH < prev    next >
Text File  |  1993-01-04  |  315b  |  13 lines

  1. cc -o benchfn.x benchfn.c
  2. time benchfn.x  1000
  3. cc -o benchmul.x benchmul.c
  4. time benchmul.x  10000
  5. cc -o benchlng.x benchlng.c
  6. time benchlng.x  10000
  7. cc -o benchsho.x benchsho.c
  8. time benchsho.x  10000
  9. cc -o benchreg.x benchreg.c
  10. time benchreg.x  10000
  11. cc -o benchdbl.x benchdbl.c
  12. time benchdbl.x  10000
  13.